AttributeModifiedEvent

data class AttributeModifiedEvent(nodeId: NodeId, name: String, value: String) : Event

Fired when Element's attribute is modified.

Constructors

AttributeModifiedEvent
Link copied to clipboard
fun AttributeModifiedEvent(nodeId: NodeId, name: String, value: String)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

name
Link copied to clipboard
val name: String
Attribute name.
nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node that has changed.
value
Link copied to clipboard
val value: String
Attribute value.

Sources

jvm source
Link copied to clipboard